home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Goodies / REAL Software / REALbasic Plug-ins SDK / Documentation / doc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-14  |  1.7 KB  |  118 lines

  1. <STYLE TYPE="text/css">
  2.  
  3. BODY {
  4.   color: #000;
  5.   background: #FFF;
  6.   margin-left: 10px;
  7.   margin-right: 550px;
  8.   font-family: verdana, helvetica, sans-serif;
  9. }
  10.  
  11. H1 {
  12.   color: #000;
  13.   font-family: verdana, arial, helvetica, sans-serif;
  14. }
  15.  
  16. H2 { 
  17.   color: #0000AF;
  18.   font-family: verdana, arial, helvetica, sans-serif;
  19. }
  20.  
  21. H3 {
  22.   color: #900;
  23. }
  24.  
  25. H4    {
  26.   font-family: geneva, helvetica, arial, sans-serif;
  27.   font-size: small;
  28.   margin-left: 25px;
  29. }
  30.  
  31. A:link { color: #000066 }
  32.  
  33. A:visited, A:active { color: #009 }
  34.  
  35. .hide {
  36.   display: none;
  37.   color: white;
  38. }
  39.  
  40. .date { font-size: 0.8em }
  41.  
  42. .attribution {
  43.   font-weight: bold
  44. }
  45.  
  46. #funcname {
  47.   font-family:    "Profont", "Courier New", monospace;
  48.   font-size:      small;
  49.   color: #000033;
  50. }
  51.  
  52. #classname {
  53.   font-weight: bold;
  54.   color: #200033;
  55. }
  56.  
  57. #appname {
  58.   font-weight: bold;
  59.   color: #003320;
  60. }
  61.  
  62. #filename {
  63.   font-weight: bold;
  64.   color: #003300;
  65. }
  66.  
  67. #key {
  68.   font-family:    "Profont", "Courier New", monospace;
  69.   font-size:      medium;
  70.   background: #F0F0C0;
  71.   color: #333300;
  72. }
  73.  
  74. #button {
  75.   font-family:    "Chicago", "Geneva", proportional;
  76.   font-size:      medium;
  77.   background: #F0F0F0;
  78.   color: #202020;
  79. }
  80.  
  81. #menu {
  82.   font-family:    "Chicago", "Geneva", proportional;
  83.   font-size:      medium;
  84.   background: #E0E0E0;
  85.   color: black;
  86. }
  87.  
  88. #menucmd {
  89.   font-family:    "Chicago", "Geneva", proportional;
  90.   font-size:      medium;
  91.   background: #E0E0E0;
  92.   color: black;
  93. }
  94.  
  95. BLOCKQUOTE {
  96.   margin-left: 4em; 
  97.   margin-right: 4em;
  98.   margin-top: 10pt; 
  99.   margin-bottom: 10pt;
  100.   font-style: italic;
  101. }
  102.  
  103. ADDRESS { 
  104.   text-align: right;
  105.   font-weight: bold;
  106.   font-style: italic 
  107. }
  108.  
  109. CODE {
  110.         font-family:    "Profont", "Courier New", monospace;
  111.         font-size:      small;
  112.         color: #081018
  113. }
  114.  
  115.  
  116.  
  117. </STYLE>
  118.